projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7550bb
)
Correct the docs for GDK_MSB_FIRST
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 26 May 2012 18:40:12 +0000
(14:40 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 26 May 2012 18:40:12 +0000
(14:40 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=571254
gdk/gdktypes.h
patch
|
blob
|
history
diff --git
a/gdk/gdktypes.h
b/gdk/gdktypes.h
index 2b66e20c0a548e0155109f62bc6ce1def3601c5e..2b25473da950dd63526bda9c4590dfd7a66f726a 100644
(file)
--- a/
gdk/gdktypes.h
+++ b/
gdk/gdktypes.h
@@
-135,7
+135,7
@@
typedef struct _GdkAppLaunchContext GdkAppLaunchContext;
* in memory as 0xcc, 0xee, 0xff, 0x00.
* @GDK_MSB_FIRST: The values are stored with the most-significant byte
* first. For instance, the 32-bit value 0xffeecc would be stored
- * in memory as 0x00, 0x
cc, 0xee, 0xff
.
+ * in memory as 0x00, 0x
ff, 0xee, 0xcc
.
*
* A set of values describing the possible byte-orders
* for storing pixel values in memory.